Received: from mhs.swan.ac.uk (mhs.swan.ac.uk [137.44.1.33]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id LAA09498 for <blitz-list@helsinki.fi>; Thu, 4 Aug 1994 11:09:25 +0300
Received: from ce1.swan.ac.uk by mhs.swan.ac.uk with SMTP (PP)
id <29292-0@mhs.swan.ac.uk>; Thu, 4 Aug 1994 09:09:18 +0100
Received: from CE1/MERCURY by CE1.SWAN.AC.UK (Mercury 1.12);
Thu, 4 Aug 94 9:15:42 GMT0BST
Received: from MERCURY by CE1 (Mercury 1.12); Thu, 4 Aug 94 9:15:15 GMT0BST
From: Martin Kift <M.H.Kift@swansea.ac.uk>
To: blitz-list@helsinki.fi
Date: Thu, 4 Aug 1994 09:15:07 GMT0BST
Subject: DisplayLib/Copper question
Priority: normal
X-mailer: Pegasus Mail/Windows v1.11
Message-ID: <14ECF65DC8@CE1.SWAN.AC.UK>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Status:
Status: O
Hi all,
I have been improving the hardware scrolling in my game over the last
few days. I found a few tricks to give me about 50% speed increase
over what I had before, and I also discovered a lovely way to get the
vertical scrolling part, by using the copper.
Which leads me to my first problem. How do I go about programming the
copper in my game, which makes use of the new DisplayLibs??? I know
that there are a few copper instructions in the slices area of the
manual, and I tried inserted a simple colour split to test to see if
it would work, but the debugger flagged it as an error, so I assume
it won't. I need to setup a copper list badly for my scrolling idea.
Nothing too complicated, just changing a few points at a few points
on the screen. But how??
Nest question for Acid Software:
Finally, is there an equivalent command to ShowBlitz for the new
display library? (Note that ShowBlitz seems to crash when run in
displaylib based programs). My game jumps into AMIGA mode to pop up
some requestors, and I need to restore the display properly when
coming back into BLITZ, otherwise, the screen is screwed......